Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HMA] Docker compose demo set-up #1579

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

juanmrad
Copy link
Collaborator

Summary

This sets up the demo docker compose on root directory to be able to run HMA as a standalone locally for demo purposes.

Test Plan

$ docker compose up
Screenshot 2024-04-11 at 10 42 15 AM

@juanmrad juanmrad requested a review from Dcallies as a code owner April 11, 2024 16:23
@@ -77,5 +77,5 @@ jobs:
- name: Test with pytest on docker image
run: |
docker run --network="host" local sh -c "python -m pip install --upgrade pip ;
pip install -e '.[test]' ;
py.test"
pip install pytest ;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, less of a fan of this change, the reason to use pip install is because if you need to add additional testing requirements, they can listed in the setup.

- [Sam Freeman](https://github.com/Sam-Freeman)
- [Nikolay Gospodinov](https://github.com/NikolayOG)
- [Doug Neal](https://github.com/dougneal)
- [Juan Mrad](https://github.com/juanmrad)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lulz

@Dcallies Dcallies merged commit fcf47ea into facebook:main Apr 18, 2024
5 checks passed
@juanmrad juanmrad deleted the docker-compose-sample-demo branch April 18, 2024 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants